services.redis.servers.<name>.user
User account under which this instance of redis-server runs.
If left as the default value this user will automatically be created on system activation, otherwise you are responsible for ensuring the user exists before the redis service starts.
- Type
string- Default
if name == "" then "redis" else "redis-${name}"- Declared
- <nixpkgs/nixos/modules/services/databases/redis.nix>